projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9938e06
)
sf: Add support for ISSI is25wp
author
Kimmo Rautkoski
<
[email protected]
>
Mon, 14 May 2018 06:30:26 +0000
(09:30 +0300)
committer
Jagan Teki
<
[email protected]
>
Wed, 16 May 2018 13:20:25 +0000
(18:50 +0530)
Added support for is25wp032, is25wp064 and is25wp128.
Signed-off-by: Kimmo Rautkoski <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
drivers/mtd/spi/spi_flash_ids.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/spi_flash_ids.c
b/drivers/mtd/spi/spi_flash_ids.c
index 41879d662a8d5dce6f76142428df23c89cd677d2..7cea543f83f35564da25bf0210a7dd4319f94d3a 100644
(file)
--- a/
drivers/mtd/spi/spi_flash_ids.c
+++ b/
drivers/mtd/spi/spi_flash_ids.c
@@
-71,6
+71,9
@@
const struct spi_flash_info spi_flash_ids[] = {
{"is25lp064", INFO(0x9d6017, 0x0, 64 * 1024, 128, 0) },
{"is25lp128", INFO(0x9d6018, 0x0, 64 * 1024, 256, 0) },
{"is25lp256", INFO(0x9d6019, 0x0, 64 * 1024, 512, 0) },
+ {"is25wp032", INFO(0x9d7016, 0x0, 64 * 1024, 64, RD_FULL | SECT_4K) },
+ {"is25wp064", INFO(0x9d7017, 0x0, 64 * 1024, 128, RD_FULL | SECT_4K) },
+ {"is25wp128", INFO(0x9d7018, 0x0, 64 * 1024, 256, RD_FULL | SECT_4K) },
#endif
#ifdef CONFIG_SPI_FLASH_MACRONIX /* MACRONIX */
{"mx25l2006e", INFO(0xc22012, 0x0, 64 * 1024, 4, 0) },